Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the containers build to CI #37

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

chris-zen
Copy link
Collaborator

No description provided.

@chris-zen chris-zen force-pushed the dev/containers-ci branch 2 times, most recently from ba10ebf to 9ae362c Compare August 8, 2024 08:28
@FedericaBrando FedericaBrando linked an issue Aug 8, 2024 that may be closed by this pull request
4 tasks
core/Dockerfile Outdated Show resolved Hide resolved
@chris-zen chris-zen force-pushed the dev/containers-ci branch 6 times, most recently from 65c537c to 208680e Compare August 11, 2024 23:11
Comment on lines +100 to +120
push:
name: Push
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
needs:
- build

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Login to DockerHub
if: ${{ env.DOCKER_USERNAME != '' }}
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

- name: Push Docker images
if: ${{ env.DOCKER_USERNAME != '' }}
run: |
build/containers/build.sh --dry-run --skip-build --push --all-containers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pushing of container should be to the bbglab/ repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IntOGen-plus | build container improvement
2 participants